Espressif Systems /ESP32-S3 /UHCI0 /CONF0

Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text

Interpret as CONF0

31 2827 2423 2019 1615 1211 87 43 0 0 0 0 0 0 0 0 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 (TX_RST)TX_RST 0 (RX_RST)RX_RST 0 (UART0_CE)UART0_CE 0 (UART1_CE)UART1_CE 0 (UART2_CE)UART2_CE 0 (SEPER_EN)SEPER_EN 0 (HEAD_EN)HEAD_EN 0 (CRC_REC_EN)CRC_REC_EN 0 (UART_IDLE_EOF_EN)UART_IDLE_EOF_EN 0 (LEN_EOF_EN)LEN_EOF_EN 0 (ENCODE_CRC_EN)ENCODE_CRC_EN 0 (CLK_EN)CLK_EN 0 (UART_RX_BRK_EOF_EN)UART_RX_BRK_EOF_EN

Description

UHCI configuration register

Fields

TX_RST

Write 1, then write 0 to this bit to reset decode state machine.

RX_RST

Write 1, then write 0 to this bit to reset encode state machine.

UART0_CE

Set this bit to link up HCI and UART0.

UART1_CE

Set this bit to link up HCI and UART1.

UART2_CE

Set this bit to link up HCI and UART2.

SEPER_EN

Set this bit to separate the data frame using a special char.

HEAD_EN

Set this bit to encode the data packet with a formatting header.

CRC_REC_EN

Set this bit to enable UHCI to receive the 16 bit CRC.

UART_IDLE_EOF_EN

If this bit is set to 1, UHCI will end the payload receiving process when UART has been in idle state.

LEN_EOF_EN

If this bit is set to 1, UHCI decoder receiving payload data is end when the receiving byte count has reached the specified value. The value is payload length indicated by UHCI packet header when UHCI_HEAD_EN is 1 or the value is configuration value when UHCI_HEAD_EN is 0. If this bit is set to 0, UHCI decoder receiving payload data is end when 0xc0 is received.

ENCODE_CRC_EN

Set this bit to enable data integrity checking by appending a 16 bit CCITT-CRC to end of the payload.

CLK_EN

1’b1: Force clock on for register. 1’b0: Support clock only when application writes registers.

UART_RX_BRK_EOF_EN

If this bit is set to 1, UHCI will end payload receive process when NULL frame is received by UART.

Links

() ()